ReplayXHRRequest

data class ReplayXHRRequest(requestId: RequestId)

Represents request frame that can be used with Network#replayXHR operation call.

This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password.

See also

Constructors

ReplayXHRRequest
Link copied to clipboard
fun ReplayXHRRequest(requestId: RequestId)

Properties

requestId
Link copied to clipboard
val requestId: RequestId
Identifier of XHR to replay.

Sources

jvm source
Link copied to clipboard